Register
TheRegister
method adds a new entry to this value name space.
void Register (in ODISOStr key, in ODByteArray value);
- key
- The key for the new entry.
- value
- A byte array whose buffer contains the value to associate with the key.
DISCUSSION
This method copies both thekey
and thevalue
parameter's buffer into a new entry in the name space. If the specified key already exists within this name space, this method overwrites the old value with the new one and deallocates the memory used by the old value.SEE ALSO
TheODByteArray
type (page 877)
TheODISOStr
type (page 875)
TheODNameSpace::Unregister
method (page 433).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help